home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / plat-s3c24xx / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  1.2 KB  |  58 lines

  1. # arch/arm/plat-s3c24xx/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6.  
  7. config PLAT_S3C24XX
  8.     bool
  9.     depends on ARCH_S3C2410
  10.     default y if ARCH_S3C2410
  11.     select NO_IOPORT
  12.     select ARCH_REQUIRE_GPIOLIB
  13.     help
  14.       Base platform code for any Samsung S3C24XX device
  15.  
  16. if PLAT_S3C24XX
  17.  
  18. config CPU_S3C244X
  19.     bool
  20.     depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
  21.     help
  22.       Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
  23.  
  24. config S3C24XX_PWM
  25.     bool "PWM device support"
  26.     select HAVE_PWM
  27.     help
  28.       Support for exporting the PWM timer blocks via the pwm device
  29.       system.
  30.  
  31. config PM_SIMTEC
  32.     bool
  33.     help
  34.       Common power management code for systems that are
  35.       compatible with the Simtec style of power management
  36.  
  37. config S3C2410_DMA
  38.     bool "S3C2410 DMA support"
  39.     depends on ARCH_S3C2410
  40.     help
  41.       S3C2410 DMA support. This is needed for drivers like sound which
  42.       use the S3C2410's DMA system to move data to and from the
  43.       peripheral blocks.
  44.  
  45. config S3C2410_DMA_DEBUG
  46.     bool "S3C2410 DMA support debug"
  47.     depends on ARCH_S3C2410 && S3C2410_DMA
  48.     help
  49.       Enable debugging output for the DMA code. This option sends info
  50.       to the kernel log, at priority KERN_DEBUG.
  51.  
  52. config MACH_SMDK
  53.     bool
  54.     help
  55.       Common machine code for SMDK2410 and SMDK2440
  56.  
  57. endif
  58.